home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / star-rebellion.swf / scripts / SwitchButton.as < prev    next >
Text File  |  2011-08-19  |  515b  |  29 lines

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.text.TextField;
  5.    
  6.    public dynamic class SwitchButton extends MovieClip
  7.    {
  8.        
  9.       
  10.       public var buttonLabel:TextField;
  11.       
  12.       public function SwitchButton()
  13.       {
  14.          super();
  15.          addFrameScript(4,┬º\x01\x05\x02\t┬º,9,frame10);
  16.       }
  17.       
  18.       function frame10() : *
  19.       {
  20.          stop();
  21.       }
  22.       
  23.       function ┬º\x01\x05\x02\t┬º() : *
  24.       {
  25.          stop();
  26.       }
  27.    }
  28. }
  29.